home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1995 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!mhowes
  3. From: mhowes@netcom.com (Michael Howes)
  4. Subject: Version Question: BC++3.1, MSVC++ 1.52, 2.0, & 4.0
  5. Message-ID: <mhowesDL7327.Ax6@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. Date: Sun, 14 Jan 1996 23:39:43 GMT
  9. Sender: mhowes@netcom17.netcom.com
  10.  
  11.  I'm trying to iron out what versions of C++ compilers do what. Trying to
  12. look at the what i have and were i will probably go. I inherited code that
  13. is written in a mixed bag of Visual Basic 2.0, Borland C++ 3.1, and MS C++ 1.0.
  14.  The long term plan is probably to get to NT or 95 but currently we only
  15. want win31 support. The other long term plan is to go all C++. It looks like
  16. the Turbo Debugger in BC++ 3.1 wont run under win95. The first big question
  17. is what version of BC++ works under NT or 95 and will make 32 bit apps? This
  18. question might not be that important because the plan is to go MS. 
  19.  Anyways the following is what i understand to be true. Please correct me.
  20.  
  21. Version         Run on        Makes        MFC Version
  22. MS VC++ 4.0        NT & 95 only    32 bit only    4.0
  23. MS VC++ 2.2        NY,95, & 3.1    16 or 32 bit    3.2
  24.              with win32s
  25. MS VC++ 2.0        Same as 2.2    16 or 32 bit    3.0
  26. MS VC++    1.52b        All        16 bit only    2.52b
  27.  
  28.  What it looks like is with 2.x they include 1.52 so you can still build
  29. 16 bit apps. Is this true? Also it looks like 4.0 only run on NT or 95 and
  30. will only make 32bit. This true? 
  31.  So how close did i get it? 
  32. thanks
  33. mike
  34. mhowes@netcom.com
  35.  
  36.  
  37.